home *** CD-ROM | disk | FTP | other *** search
- *-----------------------------------------------------------------
- * Filename : egsgfx.fd
- * Release : 1.0
- *
- * fd file for egsgfx.def
- *
- * (c) Copyright 1990/92 VIONA Development
- * All Rights Reserved
- *
- * Author : Markus van Kempen
- * Created : 14. Juli 1992
- * Updated : 14. Juli 1992
- * : 26. Juli 1992 us
- * 17. Dezember 1992 mvk
- *
- *-----------------------------------------------------------------
- ##base _EGSGfxBase
- ##bias 30
- ##public
- EG_SetAPen(rast,color)(A0/D0)
- EG_SetBPen(rast,color)(A0/D0)
- EG_SetDrMd(rast,mode)(A0/D0)
- EG_Move(rast,x,y)(A0/D0/D1)
- EG_WritePixel(rast,x,y)(A0/D0/D1)
- EG_ReadPixel(rast,x,y)(A0/D0/D1)
- EG_Draw(rast,x,y)(A0/D0/D1)
- EG_Curve(rast,x2,y2,x3,y3,x4,y4)(A0/D0/D1/D2/D3/D4/D5)
- EG_Text(rast,text,len)(A0/A1/D0)
- EG_RectFill(rast,x,y,w,h)(A0/D0/D1/D2/D3)
- EG_CopyBitMapRastPort(src,rast,xs,ys,w,h,xd,yd)(A0/A1/D0/D1/D2/D3/D4/D5)
- EG_ScrollRaster(rast,xs,ys,w,h,dx,dy)(A0/D0/D1/D2/D3/D4/D5)
- EG_FillMask(rast,src,xd,yd)(A0/A1/D0/D1)
- EG_AreaCircle(rast,x,y,r)(A0/D0/D1/D2)
- EG_AreaMove(rast,x,y)(A0/D0/D1)
- EG_AreaDraw(rast,x,y)(A0/D0/D1)
- EG_AreaEnd(rast)(A0)
- EG_AreaCurve(rast,x2,y2,x3,y3,x4,y4)(A0/D0/D1/D2/D3/D4/D5)
- EG_InitArea(info,buffer,size)(A0/A1/D0)
- EG_OpenFont(attr)(A0)
- EG_CloseFont(font)(A0)
- EG_StdFont()()
- EG_InstallClipRegion(rast,rect)(A0/A1)
- EG_RemoveClipRegion(rast)(A0)
- EG_CreateRastPort(layer,screen,map)(A0/A1/A2)
- EG_DeleteRastPort(rast)(A0)
- EG_SetFont(rast,font)(A0/A1)
- EG_SetSoftStyle(rast,style,mask)(A0/D0/D1)
- EG_Ellipse(rast,x,y,a,b)(A0/D0/D1/D2/D3)
- EG_SetMask(rast,mask)(A0/D0)
- EG_TextLength(rast,text,len)(A0/A1/D0)
- EG_Flood(rast,x,y,mode)(A0/D0/D1/D2)
- EG_CopyRectangle(src,dst,xs,ys,w,h,dx,dy)(A0/A1/D0/D1/D2/D3/D4/D5)
- EG_FillMaskSeg(rast,src,xs,ys,w,h,xd,yd)(A0/A1/D0/D1/D2/D3/D4/D5)
- EG_CurveL(rast,x2,y2,x3,y3,x4,y4)(A0/D0/D1/D2/D3/D4/D5)
- EG_AreaCurveL(rast,x2,y2,x3,y3,x4,y4)(A0/D0/D1/D2/D3/D4/D5)
- EG_CheckRectangle(rast,cliprect)(A0/A1)
- ##end
-
-